<!DOCTYPE stack PUBLIC "-//Apple, Inc.//DTD stack V 2.0//EN" "" >
<stack>
<name>in.2</name>
<id>-1</id>
<cardCount>1</cardCount>
<cardID>7396</cardID>
<listID>4689</listID>
<cantModify><false /></cantModify>
<cantDelete><false /></cantDelete>
<cantAbort><false /></cantAbort>
<cardSize>
<width>480</width>
<height>368</height>
</cardSize>
<script>On startuplock screenlock messagesAnswer "This is a TimeCard file for Virtual TimeClock 2.2." & ¬return & return & "To use this file..." & return ¬& "(1) Launch Virtual TimeClock." & return & "(2) Choose 'Select TimeCard File' from the File menu." ¬& return & return & "Once this file is selected, it can be viewed and printed from within Virtual TimeClock." & return with "OK"domenu "quit hypercard"end startupon opencardglobal initScrollput the number of this card & " of " & the number of cards into bg fld numofnumset the hilite of bg btn id 210 to the marked of this cardput (number of lines in bg fld date)*16 into initScrollif initscroll < 0 then put 0 into initscrollMS initScrollend opencardon arrowkey whatif not the enabled of menuitem 1 of menu timecard thenplay "incorrect..."Answer "Navigation is disabled when time cards are password protected." with "OK"exit arrowkeyend iflock screenif what is "right" thenvisual push leftif the number of this card is not the number of cards then go to next card of this bgelse beepelse if what is "left" thenvisual push rightif the number of this card ≠ 1 then go to prev card of this bgelse beepelse if what is "up" thenvisual push upif the number of this card ≠ 1 then go to first card of this bgelse beepelse if what is "down" thenvisual push downif the number of this card is not the number of cards then go to last card of this bgelse beepend ifend arrowkeyon mouseleaveselect line 0 of bg fld "name"end mouseleave</script>